From: Keir Fraser Date: Thu, 8 Apr 2010 14:31:21 +0000 (+0100) Subject: tmem: fix ia64 build X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12422 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=6c87eec55a8ee462b8ad535b1611ef960dc80477;p=xen.git tmem: fix ia64 build /xen/common/built_in.o: In function `tmh_get_first_byte': /xen/include/xen/tmem_xen.h:350: undefined reference to `__map_domain_page' Signed-off-by: KUWAMURA Shin'ya --- diff --git a/xen/include/xen/tmem_xen.h b/xen/include/xen/tmem_xen.h index 5754318c82..8ed47f4cea 100644 --- a/xen/include/xen/tmem_xen.h +++ b/xen/include/xen/tmem_xen.h @@ -15,6 +15,7 @@ #include /* struct domain */ #include /* copy_from_guest */ #include /* hash_long */ +#include /* __map_domain_page */ #include #ifdef CONFIG_COMPAT #include